diff options
author | Mathias Kresin <dev@kresin.me> | 2018-05-15 17:34:18 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-05-17 07:40:19 +0200 |
commit | bf781bd2effea04827ff08fd5130f00f06a02113 (patch) | |
tree | b33096a493fc56ef74b059250b9e16f7880baa53 /target | |
parent | b2cef5d04594f3ac45a961f6e95b6f557dde4a2e (diff) | |
download | upstream-bf781bd2effea04827ff08fd5130f00f06a02113.tar.gz upstream-bf781bd2effea04827ff08fd5130f00f06a02113.tar.bz2 upstream-bf781bd2effea04827ff08fd5130f00f06a02113.zip |
ath79: cleanup kernel config
Remove outdated or not required kernel config settings.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/config-4.14 | 5 | ||||
-rw-r--r-- | target/linux/ath79/generic/config-default | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/ath79/config-4.14 b/target/linux/ath79/config-4.14 index f1cdf350ff..cd12af7529 100644 --- a/target/linux/ath79/config-4.14 +++ b/target/linux/ath79/config-4.14 @@ -132,10 +132,7 @@ CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y CONFIG_HW_HAS_PCI=y CONFIG_HZ_PERIODIC=y CONFIG_IMAGE_CMDLINE_HACK=y -CONFIG_INITRAMFS_COMPRESSION="" -CONFIG_INITRAMFS_ROOT_GID=0 -CONFIG_INITRAMFS_ROOT_UID=0 -CONFIG_INITRAMFS_SOURCE="../../root" +CONFIG_INITRAMFS_SOURCE="" CONFIG_IP17XX_PHY=y CONFIG_IRQCHIP=y CONFIG_IRQ_DOMAIN=y diff --git a/target/linux/ath79/generic/config-default b/target/linux/ath79/generic/config-default index bbed97b6b5..70977057b7 100644 --- a/target/linux/ath79/generic/config-default +++ b/target/linux/ath79/generic/config-default @@ -1,7 +1,5 @@ CONFIG_BLK_MQ_PCI=y -CONFIG_HW_HAS_PCI=y CONFIG_LEDS_RESET=y -# CONFIG_MIPS_MACHINE is not set CONFIG_OF_ADDRESS_PCI=y CONFIG_OF_PCI=y CONFIG_OF_PCI_IRQ=y |