5f66d482af
The Device Tree support on Nomadik can do everything the old board files could do, so delete the old board files and make the nomadik select CONFIG_OF. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
17 lines
220 B
Plaintext
17 lines
220 B
Plaintext
if ARCH_NOMADIK
|
|
|
|
menu "Nomadik boards"
|
|
|
|
config MACH_NOMADIK_8815NHK
|
|
bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
|
|
select NOMADIK_8815
|
|
select I2C
|
|
select I2C_ALGOBIT
|
|
|
|
endmenu
|
|
|
|
config NOMADIK_8815
|
|
bool
|
|
|
|
endif
|