summaryrefslogtreecommitdiff
path: root/nuttx/arch/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-01 13:21:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-01 13:21:15 -0600
commit7bfdcaa22bd60cd34f11b0592c53fc5da1a37617 (patch)
tree77b4f3886eb3f4049545827c2008d161c318a9fa /nuttx/arch/Kconfig
parent9ee5cfaffa313949563fb37f7cd39a2b7620a4dd (diff)
downloadpx4-nuttx-7bfdcaa22bd60cd34f11b0592c53fc5da1a37617.tar.gz
px4-nuttx-7bfdcaa22bd60cd34f11b0592c53fc5da1a37617.tar.bz2
px4-nuttx-7bfdcaa22bd60cd34f11b0592c53fc5da1a37617.zip
Remove final traces of the 8015 from the NuttX source tree
Diffstat (limited to 'nuttx/arch/Kconfig')
-rw-r--r--nuttx/arch/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/nuttx/arch/Kconfig b/nuttx/arch/Kconfig
index 41b28fab5..11954a5a0 100644
--- a/nuttx/arch/Kconfig
+++ b/nuttx/arch/Kconfig
@@ -7,12 +7,6 @@ choice
prompt "CPU Architecture"
default ARCH_ARM
-config ARCH_8051
- bool "8051"
- select CUSTOM_STACK
- ---help---
- Intel 8051 architectures and derivatives
-
config ARCH_ARM
bool "ARM"
select ARCH_HAVE_INTERRUPTSTACK
@@ -84,7 +78,6 @@ endchoice
config ARCH
string
- default "8051" if ARCH_8051
default "arm" if ARCH_ARM
default "avr" if ARCH_AVR
default "hc" if ARCH_HC
@@ -96,7 +89,6 @@ config ARCH
default "z16" if ARCH_Z16
default "z80" if ARCH_Z80
-source arch/8051/Kconfig
source arch/arm/Kconfig
source arch/avr/Kconfig
source arch/hc/Kconfig
@@ -134,10 +126,6 @@ config ARCH_HAVE_COHERENT_DCACHE
bool
default n
-config CUSTOM_STACK
- bool
- default n
-
config ARCH_HAVE_ADDRENV
bool
default n