Kbuild: CPU_MIGHT_SUPPORT_CLFLUSH ksymbol is hidden.

This commit sets the default value to n and hides the edition
of the Kconfig symbol CPU_MIGHT_SUPPORT_CLFLUSH.
This symbols is not used at the moment in the original build system
nor Kbuild.
We preserve the symbol if needed for a future use.

Change-Id: I0b1d0413cc479e27cea0e9f04929b1792d6e3200
Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
This commit is contained in:
Juan Manuel Cruz 2015-05-05 17:20:55 -05:00 committed by Anas Nashif
commit b25405283f
2 changed files with 1 additions and 5 deletions

View file

@ -101,7 +101,7 @@ config ADV_IDLE_STACK_SIZE
address (4 bytes) and the _AdvIdleCheckSleep() stack frame.
config CPU_MIGHT_SUPPORT_CLFLUSH
bool "CPU might sypport CLFLUSH"
bool
default n
help
If a BSP uses a processor that possibly implements CLFLUSH, change

View file

@ -13,10 +13,6 @@ config LOAPIC_TIMER_FREQ
default 150000000
depends on BSP_ATOM_N28XX
config CPU_MIGHT_SUPPORT_CLFLUSH
default y
depends on BSP_ATOM_N28XX || BSP_PCPENTIUM4
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 1193180 if BSP_PCPENTIUM4
default 150000000 if BSP_ATOM_N28XX