diff options
Diffstat (limited to 'board/schulercontrol/sc_sps_1/Kconfig')
-rw-r--r-- | board/schulercontrol/sc_sps_1/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/board/schulercontrol/sc_sps_1/Kconfig b/board/schulercontrol/sc_sps_1/Kconfig new file mode 100644 index 0000000000..30071ed74c --- /dev/null +++ b/board/schulercontrol/sc_sps_1/Kconfig @@ -0,0 +1,23 @@ +if TARGET_SC_SPS_1 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "sc_sps_1" + +config SYS_VENDOR + string + default "schulercontrol" + +config SYS_SOC + string + default "mxs" + +config SYS_CONFIG_NAME + string + default "sc_sps_1" + +endif |