diff options
author | Kevin Hilman <khilman@deeprootsystems.com> | 2010-11-19 10:25:30 -0500 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2010-12-10 10:33:54 -0500 |
commit | 22ca466847ad477d060baed84733c495bc6e81c8 (patch) | |
tree | 1dd8fd028899126424438a060709ca1b832c2333 /arch/arm/mach-davinci/Kconfig | |
parent | 3506f27731439bf6ff3bfa86f04e0104f7edad68 (diff) |
davinci: kconfig: select at24 eeprom for selected boards
Ensure that the at24 eeprom driver is selected for certain boards that
need boot data (e.g. MAC address) from EEPROM.
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/Kconfig')
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 84066e8231b3..77671b786b2c 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig | |||
@@ -61,6 +61,8 @@ config MACH_DAVINCI_EVM | |||
61 | bool "TI DM644x EVM" | 61 | bool "TI DM644x EVM" |
62 | default ARCH_DAVINCI_DM644x | 62 | default ARCH_DAVINCI_DM644x |
63 | depends on ARCH_DAVINCI_DM644x | 63 | depends on ARCH_DAVINCI_DM644x |
64 | select MISC_DEVICES | ||
65 | select EEPROM_AT24 | ||
64 | help | 66 | help |
65 | Configure this option to specify the whether the board used | 67 | Configure this option to specify the whether the board used |
66 | for development is a DM644x EVM | 68 | for development is a DM644x EVM |
@@ -68,6 +70,8 @@ config MACH_DAVINCI_EVM | |||
68 | config MACH_SFFSDR | 70 | config MACH_SFFSDR |
69 | bool "Lyrtech SFFSDR" | 71 | bool "Lyrtech SFFSDR" |
70 | depends on ARCH_DAVINCI_DM644x | 72 | depends on ARCH_DAVINCI_DM644x |
73 | select MISC_DEVICES | ||
74 | select EEPROM_AT24 | ||
71 | help | 75 | help |
72 | Say Y here to select the Lyrtech Small Form Factor | 76 | Say Y here to select the Lyrtech Small Form Factor |
73 | Software Defined Radio (SFFSDR) board. | 77 | Software Defined Radio (SFFSDR) board. |
@@ -99,6 +103,8 @@ config MACH_DAVINCI_DM6467_EVM | |||
99 | default ARCH_DAVINCI_DM646x | 103 | default ARCH_DAVINCI_DM646x |
100 | depends on ARCH_DAVINCI_DM646x | 104 | depends on ARCH_DAVINCI_DM646x |
101 | select MACH_DAVINCI_DM6467TEVM | 105 | select MACH_DAVINCI_DM6467TEVM |
106 | select MISC_DEVICES | ||
107 | select EEPROM_AT24 | ||
102 | help | 108 | help |
103 | Configure this option to specify the whether the board used | 109 | Configure this option to specify the whether the board used |
104 | for development is a DM6467 EVM | 110 | for development is a DM6467 EVM |
@@ -110,6 +116,8 @@ config MACH_DAVINCI_DM365_EVM | |||
110 | bool "TI DM365 EVM" | 116 | bool "TI DM365 EVM" |
111 | default ARCH_DAVINCI_DM365 | 117 | default ARCH_DAVINCI_DM365 |
112 | depends on ARCH_DAVINCI_DM365 | 118 | depends on ARCH_DAVINCI_DM365 |
119 | select MISC_DEVICES | ||
120 | select EEPROM_AT24 | ||
113 | help | 121 | help |
114 | Configure this option to specify whether the board used | 122 | Configure this option to specify whether the board used |
115 | for development is a DM365 EVM | 123 | for development is a DM365 EVM |
@@ -119,6 +127,8 @@ config MACH_DAVINCI_DA830_EVM | |||
119 | default ARCH_DAVINCI_DA830 | 127 | default ARCH_DAVINCI_DA830 |
120 | depends on ARCH_DAVINCI_DA830 | 128 | depends on ARCH_DAVINCI_DA830 |
121 | select GPIO_PCF857X | 129 | select GPIO_PCF857X |
130 | select MISC_DEVICES | ||
131 | select EEPROM_AT24 | ||
122 | help | 132 | help |
123 | Say Y here to select the TI DA830/OMAP-L137/AM17x Evaluation Module. | 133 | Say Y here to select the TI DA830/OMAP-L137/AM17x Evaluation Module. |
124 | 134 | ||
@@ -190,6 +200,8 @@ config MACH_TNETV107X | |||
190 | config MACH_MITYOMAPL138 | 200 | config MACH_MITYOMAPL138 |
191 | bool "Critical Link MityDSP-L138/MityARM-1808 SoM" | 201 | bool "Critical Link MityDSP-L138/MityARM-1808 SoM" |
192 | depends on ARCH_DAVINCI_DA850 | 202 | depends on ARCH_DAVINCI_DA850 |
203 | select MISC_DEVICES | ||
204 | select EEPROM_AT24 | ||
193 | help | 205 | help |
194 | Say Y here to select the Critical Link MityDSP-L138/MityARM-1808 | 206 | Say Y here to select the Critical Link MityDSP-L138/MityARM-1808 |
195 | System on Module. Information on this SoM may be found at | 207 | System on Module. Information on this SoM may be found at |