2014-07-30 05:08:14 +00:00
|
|
|
if TARGET_PENGWYN
|
|
|
|
|
|
|
|
config SYS_BOARD
|
|
|
|
default "pengwyn"
|
|
|
|
|
|
|
|
config SYS_VENDOR
|
|
|
|
default "silica"
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "am33xx"
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
|
|
|
default "pengwyn"
|
|
|
|
|
2015-02-06 04:41:44 +00:00
|
|
|
config DM
|
2015-02-24 13:26:21 +00:00
|
|
|
default y
|
2015-02-06 04:41:44 +00:00
|
|
|
|
|
|
|
config DM_GPIO
|
2015-02-24 13:26:21 +00:00
|
|
|
default y
|
2015-02-06 04:41:44 +00:00
|
|
|
|
|
|
|
config DM_SERIAL
|
2015-02-24 13:26:21 +00:00
|
|
|
default y
|
2015-02-06 04:41:44 +00:00
|
|
|
|
2014-07-30 05:08:14 +00:00
|
|
|
endif
|