[source] kernel: add config option

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 22 06:19:15 PDT 2017


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/f73ed33be121c8fa0fa81e9c2f29ce98ed863f42

commit f73ed33be121c8fa0fa81e9c2f29ce98ed863f42
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Oct 15 19:21:38 2017 +0200

    kernel: add config option
    
    When the kmod-at91-adc package is activated for the at91 target the new
    option CONFIG_AT91_SAMA5D2_ADC is selectable and not handled. Add this
    option to the kernel 4.9 configuration.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/generic/config-4.9 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9
index 8a294e8..4d2c911 100644
--- a/target/linux/generic/config-4.9
+++ b/target/linux/generic/config-4.9
@@ -324,6 +324,7 @@ CONFIG_ARM_GIC_MAX_NR=1
 # CONFIG_ASYNC_TX_DMA is not set
 # CONFIG_AT76C50X_USB is not set
 # CONFIG_AT803X_PHY is not set
+# CONFIG_AT91_SAMA5D2_ADC is not set
 # CONFIG_ATA is not set
 # CONFIG_ATAGS is not set
 CONFIG_ATAGS_PROC=y



More information about the lede-commits mailing list