Re: [U-Boot] [PATCH v2 2/2] x86: kconfig: Allow board defconfig file to disable 8259 and APIC

2018-12-09 Thread Bin Meng
On Wed, Dec 5, 2018 at 10:01 PM Simon Glass wrote: > > On Thu, 29 Nov 2018 at 20:52, Bin Meng wrote: > > > > At present the Kconfig options (CONFIG_I8259_PIC and CONFIG_APIC) > > do not include a prompt message, which makes it impossible to > > be disabled from a board defconfig file. > > > > Sig

Re: [U-Boot] [PATCH v2 2/2] x86: kconfig: Allow board defconfig file to disable 8259 and APIC

2018-12-05 Thread Simon Glass
On Thu, 29 Nov 2018 at 20:52, Bin Meng wrote: > > At present the Kconfig options (CONFIG_I8259_PIC and CONFIG_APIC) > do not include a prompt message, which makes it impossible to > be disabled from a board defconfig file. > > Signed-off-by: Bin Meng > > --- > > Changes in v2: None > > arch/x86/

[U-Boot] [PATCH v2 2/2] x86: kconfig: Allow board defconfig file to disable 8259 and APIC

2018-11-29 Thread Bin Meng
At present the Kconfig options (CONFIG_I8259_PIC and CONFIG_APIC) do not include a prompt message, which makes it impossible to be disabled from a board defconfig file. Signed-off-by: Bin Meng --- Changes in v2: None arch/x86/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)