Skip to content
Snippets Groups Projects
Commit ad885e45 authored by Simon Glass's avatar Simon Glass
Browse files

dm: at91: snapper: Move driver model CONFIGs to Kconfig


Remove driver model CONFIGs from the board config headers and use Kconfig
instead.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 757fe635
No related branches found
No related tags found
No related merge requests found
CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9260" CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9260"
CONFIG_ARM=y CONFIG_ARM=y
CONFIG_TARGET_SNAPPER9260=y CONFIG_TARGET_SNAPPER9260=y
CONFIG_DM=y
CONFIG_DM_GPIO=y
CONFIG_DM_SERIAL=y
CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G20" CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G20"
CONFIG_ARM=y CONFIG_ARM=y
CONFIG_TARGET_SNAPPER9260=y CONFIG_TARGET_SNAPPER9260=y
CONFIG_DM=y
CONFIG_DM_GPIO=y
CONFIG_DM_SERIAL=y
...@@ -21,10 +21,6 @@ ...@@ -21,10 +21,6 @@
#define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* External Crystal, in Hz */ #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* External Crystal, in Hz */
#define CONFIG_SYS_AT91_SLOW_CLOCK 32768 #define CONFIG_SYS_AT91_SLOW_CLOCK 32768
#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_SYS_GENERIC_BOARD
#define CONFIG_DM
#define CONFIG_CMD_DM
#define CONFIG_DM_GPIO
#define CONFIG_DM_SERIAL
#define CONFIG_SYS_MALLOC_F_LEN (1 << 10) #define CONFIG_SYS_MALLOC_F_LEN (1 << 10)
/* CPU */ /* CPU */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment