mx6sxsabresd: Convert to the new Kconfig style
mx6sxsabresd was not in the master branch when the conversion to the new Kconfig style happened, so convert it now so that it can build again. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
committed by
Stefano Babic
parent
9c0fe83eb5
commit
080d72f233
23
board/freescale/mx6sxsabresd/Kconfig
Normal file
23
board/freescale/mx6sxsabresd/Kconfig
Normal file
@@ -0,0 +1,23 @@
|
||||
if TARGET_MX6SXSABRESD
|
||||
|
||||
config SYS_CPU
|
||||
string
|
||||
default "armv7"
|
||||
|
||||
config SYS_BOARD
|
||||
string
|
||||
default "mx6sxsabresd"
|
||||
|
||||
config SYS_VENDOR
|
||||
string
|
||||
default "freescale"
|
||||
|
||||
config SYS_SOC
|
||||
string
|
||||
default "mx6"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
string
|
||||
default "mx6sxsabresd"
|
||||
|
||||
endif
|
||||
6
board/freescale/mx6sxsabresd/MAINTAINERS
Normal file
6
board/freescale/mx6sxsabresd/MAINTAINERS
Normal file
@@ -0,0 +1,6 @@
|
||||
MX6SXSABRESD BOARD
|
||||
M: Fabio Estevam <fabio.estevam@freescale.com>
|
||||
S: Maintained
|
||||
F: board/freescale/mx6sxsabresd/
|
||||
F: include/configs/mx6sxsabresd.h
|
||||
F: configs/mx6sxsabresd_defconfig
|
||||
Reference in New Issue
Block a user