mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 15:02:32 +00:00
e166ee4ff1
try to reduce the kernel size by disabling and moving options from the common kernel configuration to the SATA target that doesn't have the constraints. For NAND this has become necessary because as with 5.10 some devices outgrew their kernels. Though, in my tests this didn't help much: just a smidgen over 100kib was saved on the uncompressed kernel. ... running make kernel_oldconfig also removed some other config symbols, mostly those that already set from elsewhere or became obsolete in the meantime. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
54 lines
1.2 KiB
Plaintext
54 lines
1.2 KiB
Plaintext
CONFIG_APOLLO3G=y
|
|
CONFIG_BROADCOM_PHY=y
|
|
CONFIG_EXT4_FS=y
|
|
# CONFIG_SATA_DWC_OLD_DMA is not set
|
|
CONFIG_ATA=y
|
|
CONFIG_ATA_SFF=y
|
|
CONFIG_ATA_BMDMA=y
|
|
CONFIG_SATA_PMP=y
|
|
CONFIG_GENERIC_PHY=y
|
|
CONFIG_SATA_DWC=y
|
|
# CONFIG_SATA_DWC_DEBUG is not set
|
|
CONFIG_CRYPTO_MD5_PPC=y
|
|
CONFIG_CRYPTO_SHA1_PPC=y
|
|
CONFIG_EXT4_FS=y
|
|
CONFIG_F2FS_FS=y
|
|
CONFIG_FREEZER=y
|
|
CONFIG_FW_CACHE=y
|
|
CONFIG_SCSI=y
|
|
CONFIG_BLK_DEV_SD=y
|
|
CONFIG_BLK_PM=y
|
|
CONFIG_GPIOLIB=y
|
|
CONFIG_GPIO_GENERIC=y
|
|
CONFIG_GPIO_GENERIC_PLATFORM=y
|
|
CONFIG_GPIO_74XX_MMIO=y
|
|
CONFIG_LEDS_TRIGGER_DISK=y
|
|
CONFIG_BLK_DEV_LOOP=y
|
|
CONFIG_BLK_DEV_DM=y
|
|
CONFIG_BLK_DEV_DM_BUILTIN=y
|
|
CONFIG_BLK_DEV_MD=y
|
|
CONFIG_MD=y
|
|
CONFIG_MD_AUTODETECT=y
|
|
# CONFIG_MD_LINEAR is not set
|
|
# CONFIG_MD_MULTIPATH is not set
|
|
CONFIG_MD_RAID0=y
|
|
CONFIG_MD_RAID1=y
|
|
# CONFIG_MD_RAID10 is not set
|
|
# CONFIG_MD_RAID456 is not set
|
|
CONFIG_PM=y
|
|
CONFIG_PM_AUTOSLEEP=y
|
|
CONFIG_PM_CLK=y
|
|
CONFIG_PM_SLEEP=y
|
|
CONFIG_PM_WAKELOCKS=y
|
|
CONFIG_PM_WAKELOCKS_GC=y
|
|
CONFIG_PM_WAKELOCKS_LIMIT=100
|
|
CONFIG_PPC_EARLY_DEBUG=y
|
|
CONFIG_PPC_EARLY_DEBUG_44x=y
|
|
# CONFIG_PPC_EARLY_DEBUG_MEMCONS is not set
|
|
CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x4
|
|
CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300
|
|
CONFIG_PPC4xx_CPM=y
|
|
CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
|
CONFIG_SUSPEND=y
|
|
CONFIG_SUSPEND_FREEZER=y
|