]> Git Repo - J-linux.git/commitdiff
Merge tag 'for-4.19' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux
authorLinus Torvalds <[email protected]>
Wed, 22 Aug 2018 13:24:26 +0000 (06:24 -0700)
committerLinus Torvalds <[email protected]>
Wed, 22 Aug 2018 13:24:26 +0000 (06:24 -0700)
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.

1  2 
arch/h8300/Kconfig

diff --combined arch/h8300/Kconfig
index 5e89d40be8cd9764bb3c8e80dc7cbcfa3f2ce959,efc602634064032ab5c85ce57dbfeeda9c2d5d3e..0b334b671e90c95f817a8638a89655f7f717c4d8
@@@ -16,6 -16,7 +16,7 @@@ config H830
        select OF_IRQ
        select OF_EARLY_FLATTREE
        select HAVE_MEMBLOCK
+       select NO_BOOTMEM
        select TIMER_OF
        select H8300_TMR8
        select HAVE_KERNEL_GZIP
@@@ -48,4 -49,40 +49,4 @@@ config NR_CPU
        int
        default 1
  
 -source "init/Kconfig"
 -
 -source "kernel/Kconfig.freezer"
 -
  source "arch/h8300/Kconfig.cpu"
 -
 -menu "Kernel Features"
 -
 -source "kernel/Kconfig.preempt"
 -
 -source "mm/Kconfig"
 -
 -endmenu
 -
 -menu "Executable file formats"
 -
 -source "fs/Kconfig.binfmt"
 -
 -endmenu
 -
 -source "net/Kconfig"
 -
 -source "drivers/Kconfig"
 -
 -source "fs/Kconfig"
 -
 -menu "Kernel hacking"
 -
 -source "lib/Kconfig.debug"
 -
 -endmenu
 -
 -source "security/Kconfig"
 -
 -source "crypto/Kconfig"
 -
 -source "lib/Kconfig"
This page took 0.055089 seconds and 4 git commands to generate.