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:
parent
6aac05214a
commit
b25405283f
2 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue