2014-07-30 05:08:14 +00:00
|
|
|
if TARGET_SUN4I
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
|
|
|
default "sun4i"
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
if TARGET_SUN5I
|
|
|
|
|
2014-08-01 07:28:24 +00:00
|
|
|
config SYS_CONFIG_NAME
|
|
|
|
default "sun5i"
|
2014-07-30 05:08:14 +00:00
|
|
|
|
2014-08-01 07:28:24 +00:00
|
|
|
endif
|
2014-07-30 05:08:14 +00:00
|
|
|
|
2014-10-03 12:16:29 +00:00
|
|
|
if TARGET_SUN6I
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
|
|
|
string
|
|
|
|
default "sun6i"
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2014-08-01 07:28:24 +00:00
|
|
|
if TARGET_SUN7I
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
2014-08-01 07:28:24 +00:00
|
|
|
default "sun7i"
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
endif
|
|
|
|
|
2014-10-03 12:16:29 +00:00
|
|
|
if TARGET_SUN4I || TARGET_SUN5I || TARGET_SUN6I || TARGET_SUN7I
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config SYS_CPU
|
|
|
|
default "armv7"
|
|
|
|
|
|
|
|
config SYS_BOARD
|
|
|
|
default "sunxi"
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "sunxi"
|
|
|
|
|
2014-08-31 12:13:43 +00:00
|
|
|
config FDTFILE
|
|
|
|
string "Default fdtfile env setting for this board"
|
2014-08-01 07:37:58 +00:00
|
|
|
|
2014-10-02 18:29:26 +00:00
|
|
|
config MMC0_CD_PIN
|
|
|
|
string "Card detect pin for mmc0"
|
|
|
|
default ""
|
|
|
|
---help---
|
|
|
|
Set the card detect pin for mmc0, leave empty to not use cd. This
|
|
|
|
takes a string in the format understood by sunxi_name_to_gpio, e.g.
|
|
|
|
PH1 for pin 1 of port H.
|
|
|
|
|
|
|
|
config MMC1_CD_PIN
|
|
|
|
string "Card detect pin for mmc1"
|
|
|
|
default ""
|
|
|
|
---help---
|
|
|
|
See MMC0_CD_PIN help text.
|
|
|
|
|
|
|
|
config MMC2_CD_PIN
|
|
|
|
string "Card detect pin for mmc2"
|
|
|
|
default ""
|
|
|
|
---help---
|
|
|
|
See MMC0_CD_PIN help text.
|
|
|
|
|
|
|
|
config MMC3_CD_PIN
|
|
|
|
string "Card detect pin for mmc3"
|
|
|
|
default ""
|
|
|
|
---help---
|
|
|
|
See MMC0_CD_PIN help text.
|
|
|
|
|
2014-07-30 05:08:14 +00:00
|
|
|
endif
|