mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
Convert CONFIG_AT91_LED to Kconfig
This converts the following to Kconfig: CONFIG_AT91_LED Cc: Eugen Hristev <eugen.hristev@microchip.com> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
a958c58571
commit
210a4b46bd
@ -1,5 +1,8 @@
|
|||||||
if TARGET_CORVUS
|
if TARGET_CORVUS
|
||||||
|
|
||||||
|
config AT91_LED
|
||||||
|
def_bool y
|
||||||
|
|
||||||
config SYS_BOARD
|
config SYS_BOARD
|
||||||
default "corvus"
|
default "corvus"
|
||||||
|
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
#define CONFIG_USART_ID ATMEL_ID_SYS
|
#define CONFIG_USART_ID ATMEL_ID_SYS
|
||||||
|
|
||||||
/* LED */
|
/* LED */
|
||||||
#define CONFIG_AT91_LED
|
|
||||||
#define CONFIG_RED_LED AT91_PIN_PD31 /* this is the user1 led */
|
#define CONFIG_RED_LED AT91_PIN_PD31 /* this is the user1 led */
|
||||||
#define CONFIG_GREEN_LED AT91_PIN_PD0 /* this is the user2 led */
|
#define CONFIG_GREEN_LED AT91_PIN_PD0 /* this is the user2 led */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user