u-boot-brain/board/logicpd/omap3som/Kconfig
Adam Ford eec342ab18 omap3: omap3_logic: switch to using TI_COMMON_CMD_OPTION
Enable TI_COMMON_CMD_OPTIONS and remove similar options
from the defconfig. Updated with savedefconfig

CMD_USB isn't enabled yet.  I have some testing to do with
musb.

Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2017-05-15 13:00:27 -04:00

15 lines
186 B
Plaintext

if TARGET_OMAP3_LOGIC
config SYS_BOARD
default "omap3som"
config SYS_VENDOR
default "logicpd"
config SYS_CONFIG_NAME
default "omap3_logic"
source "board/ti/common/Kconfig"
endif