blob: 5c1dee8724c1439c396e7066709d5dd0d4a42ee3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
if ARCH_ORION
menu "Orion Implementations"
config MACH_DB88F5281
bool "Marvell Orion-2 Development Board"
select I2C_BOARDINFO
help
Say 'Y' here if you want your kernel to support the
Marvell Orion-2 (88F5281) Development Board
endmenu
endif
|