Kconfig (95d465fd750897ab32462a6702fbfe1b122cbbc0) Kconfig (c80d79d746cc48bd94b0ce4f6d4f3c90cd403aaf)
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux/SuperH Kernel Configuration"
7
8config SUPERH

--- 513 unchanged lines hidden (view full) ---

522 help
523 This will enable the use of SR.RB register bank usage. Processors
524 that are lacking this bit must have another method in place for
525 accomplishing what is taken care of by the banked registers.
526
527 See <file:Documentation/sh/register-banks.txt> for further
528 information on SR.RB and register banking in the kernel in general.
529
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux/SuperH Kernel Configuration"
7
8config SUPERH

--- 513 unchanged lines hidden (view full) ---

522 help
523 This will enable the use of SR.RB register bank usage. Processors
524 that are lacking this bit must have another method in place for
525 accomplishing what is taken care of by the banked registers.
526
527 See <file:Documentation/sh/register-banks.txt> for further
528 information on SR.RB and register banking in the kernel in general.
529
530config NODES_SHIFT
531 int
532 default "1"
533 depends on NEED_MULTIPLE_NODES
534
530endmenu
531
532menu "Boot options"
533
534config ZERO_PAGE_OFFSET
535 hex "Zero page offset"
536 default "0x00004000" if SH_MPC1211 || SH_SH03
537 default "0x00001000"

--- 111 unchanged lines hidden ---
535endmenu
536
537menu "Boot options"
538
539config ZERO_PAGE_OFFSET
540 hex "Zero page offset"
541 default "0x00004000" if SH_MPC1211 || SH_SH03
542 default "0x00001000"

--- 111 unchanged lines hidden ---