diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-22 06:24:26 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-22 06:24:26 -0700 |
commit | 20a9e57a09d32c9149e065b73b714b9681349619 (patch) | |
tree | 8d1bd46ea206e52934da08ca5a77446cd57ee767 /arch/h8300/Kconfig | |
parent | ad1d69735878a6bf797705b5d2a20316d35e1113 (diff) | |
parent | 4bdf61ccbe76ee0c14bf228e7277072179b36ba3 (diff) | |
download | talos-obmc-linux-20a9e57a09d32c9149e065b73b714b9681349619.tar.gz talos-obmc-linux-20a9e57a09d32c9149e065b73b714b9681349619.zip |
Merge tag 'for-4.19' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux
Pull arch/h8300 updates from Yoshinori Sato.
* tag 'for-4.19' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux:
h8300: fix IRQ no
arch/h8300: add a defconfig target
arch/h8300: eliminate kgbd.c warning
arch/h8300: eliminate ptrace.h warnings
h8300:let the checker know that size_t is ulong
h8300: Don't include linux/kernel.h in asm/atomic.h
h8300: remove unnecessary of_platform_populate call
h8300: Correct signature of test_bit()
h8300: irqchip: fix warning
h8300: switch to NO_BOOTMEM
h8300: gcc-8.1 fix
h8300: Add missing output register.
Diffstat (limited to 'arch/h8300/Kconfig')
-rw-r--r-- | arch/h8300/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index 5e89d40be8cd..0b334b671e90 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -16,6 +16,7 @@ config H8300 select OF_IRQ select OF_EARLY_FLATTREE select HAVE_MEMBLOCK + select NO_BOOTMEM select TIMER_OF select H8300_TMR8 select HAVE_KERNEL_GZIP |