kconfig: define architecture as a kconfig variable
Do not depend on environment variables and use a kconfig variable for defining the architecture. In addition, remove the X86_32 variable, it just duplicates X86 for not good reason, at least until start supporting MCUs with 64bit. Change-Id: Ia001db81ed007e6a43f34506fed9be1345b88a4b Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
b2bbf5a7b7
commit
77ba3c3b8b
41 changed files with 112 additions and 107 deletions
|
@ -18,11 +18,11 @@
|
|||
|
||||
|
||||
menu "PCI Settings"
|
||||
depends on X86_32
|
||||
depends on X86
|
||||
config PCI
|
||||
bool "Enable PCI"
|
||||
default n
|
||||
depends on X86_32
|
||||
depends on X86
|
||||
help
|
||||
This options enables support of PCI bus for device drivers.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue