kernel: add missing config options
SVN-Revision: 37660
This commit is contained in:
parent
f43b6b2bea
commit
b2d2ca4bbd
2 changed files with 4 additions and 0 deletions
|
@ -1395,6 +1395,8 @@ CONFIG_LOG_BUF_SHIFT=17
|
|||
# CONFIG_LXT_PHY is not set
|
||||
CONFIG_LZMA_COMPRESS=y
|
||||
CONFIG_LZMA_DECOMPRESS=y
|
||||
# CONFIG_LZO_COMPRESS is not set
|
||||
# CONFIG_LZO_DECOMPRESS is not set
|
||||
# CONFIG_M25PXX_PREFER_SMALL_SECTOR_ERASE is not set
|
||||
# CONFIG_MAC80211 is not set
|
||||
# CONFIG_MACH_DECSTATION is not set
|
||||
|
|
|
@ -1468,6 +1468,8 @@ CONFIG_LOG_BUF_SHIFT=17
|
|||
# CONFIG_LXT_PHY is not set
|
||||
CONFIG_LZMA_COMPRESS=y
|
||||
CONFIG_LZMA_DECOMPRESS=y
|
||||
# CONFIG_LZO_COMPRESS is not set
|
||||
# CONFIG_LZO_DECOMPRESS is not set
|
||||
# CONFIG_M25PXX_PREFER_SMALL_SECTOR_ERASE is not set
|
||||
# CONFIG_MAC80211 is not set
|
||||
# CONFIG_MACH_DECSTATION is not set
|
||||
|
|
Loading…
Reference in a new issue