diff options
author | Wenyou Yang <wenyou.yang@atmel.com> | 2017-09-14 11:07:40 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-14 16:02:46 -0400 |
commit | 6553581a8103f7f5e95d5ec961494227f36ba3d1 (patch) | |
tree | 2ed937b3998d44755f781e26fd003da5126d7231 /arch/arm/mach-at91/include/mach/at91sam9g45.h | |
parent | ce4054bf82d66f5ac51635a4337f15f6aa32ceac (diff) | |
download | u-boot-6553581a8103f7f5e95d5ec961494227f36ba3d1.tar.gz |
ARM: at91: Move CONFIG_AT91FAMILY option to Kconfig
Move the CONFIG_AT91FAMILY option from include/mach/<soc>.h header
file to Kconfig.
Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
Diffstat (limited to 'arch/arm/mach-at91/include/mach/at91sam9g45.h')
-rw-r--r-- | arch/arm/mach-at91/include/mach/at91sam9g45.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-at91/include/mach/at91sam9g45.h b/arch/arm/mach-at91/include/mach/at91sam9g45.h index 5c32e24ed0..96922c4e6b 100644 --- a/arch/arm/mach-at91/include/mach/at91sam9g45.h +++ b/arch/arm/mach-at91/include/mach/at91sam9g45.h @@ -13,11 +13,6 @@ #define AT91SAM9G45_H /* - * defines to be used in other places - */ -#define CONFIG_AT91FAMILY /* it's a member of AT91 */ - -/* * Peripheral identifiers/interrupts. */ #define ATMEL_ID_FIQ 0 /* Advanced Interrupt Controller (FIQ) */ |