diff options
author | Wenyou Yang | 2017-09-14 11:07:40 +0800 |
---|---|---|
committer | Tom Rini | 2017-09-14 16:02:46 -0400 |
commit | 6553581a8103f7f5e95d5ec961494227f36ba3d1 (patch) | |
tree | 2ed937b3998d44755f781e26fd003da5126d7231 /arch/arm/mach-at91/include/mach/sama5d4.h | |
parent | ce4054bf82d66f5ac51635a4337f15f6aa32ceac (diff) |
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/sama5d4.h')
-rw-r--r-- | arch/arm/mach-at91/include/mach/sama5d4.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-at91/include/mach/sama5d4.h b/arch/arm/mach-at91/include/mach/sama5d4.h index 78cc2a7a0ab..7e2657faeb4 100644 --- a/arch/arm/mach-at91/include/mach/sama5d4.h +++ b/arch/arm/mach-at91/include/mach/sama5d4.h @@ -11,11 +11,6 @@ #define __SAMA5D4_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 /* FIQ Interrupt */ |