diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-16 21:30:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-16 21:32:04 +0200 |
commit | 7a387106908b4fa23c3aeccb36b6efc878430a0b (patch) | |
tree | cc7b2f9d15cf94532bd268d6c51b1ffce00f4de1 | |
parent | aeaf8e5da42257635c9ad852d83db32fb7da19b1 (diff) |
ci20: add davicom driver
-rw-r--r-- | target/linux/config/Config.in.ethernet | 10 | ||||
-rw-r--r-- | target/linux/config/Config.in.gpio | 3 |
2 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet index 97c2aee0b..3a3f36aa0 100644 --- a/target/linux/config/Config.in.ethernet +++ b/target/linux/config/Config.in.ethernet @@ -490,4 +490,14 @@ config ADK_KERNEL_ALTERA_TSE help This driver supports the NIOS2 ethernet chips. +config ADK_KERNEL_DM9000 + tristate "Davicom 9000" + select ADK_KERNEL_GPIO_GENERIC_PLATFORM + select ADK_KERNEL_REGULATOR + depends on ADK_TARGET_SYSTEM_IMGTEC_CI20 + default y if ADK_TARGET_SYSTEM_IMGTEC_CI20 + default n + help + Davicom 9000 ethernet driver. + endmenu diff --git a/target/linux/config/Config.in.gpio b/target/linux/config/Config.in.gpio index 2aaf37824..ef918f266 100644 --- a/target/linux/config/Config.in.gpio +++ b/target/linux/config/Config.in.gpio @@ -16,6 +16,9 @@ config ADK_KERNEL_GPIO_GENERIC config ADK_KERNEL_GPIO_DEVRES bool +config ADK_KERNEL_GPIO_GENERIC_PLATFORM + bool + config ADK_KERNEL_BCM2708_GPIO bool select ADK_KERNEL_GPIOLIB |