From f73ed33be121c8fa0fa81e9c2f29ce98ed863f42 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 15 Oct 2017 19:21:38 +0200 Subject: [PATCH] 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 --- 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 8a294e8218..4d2c911b7c 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 -- 2.30.2