24 Feb, 2018

1 commit

  • This converts the following to Kconfig:
    CONFIG_BOOTP_BOOTPATH
    CONFIG_BOOTP_DNS
    CONFIG_BOOTP_GATEWAY
    CONFIG_BOOTP_HOSTNAME
    CONFIG_BOOTP_PXE
    CONFIG_BOOTP_SUBNETMASK
    CONFIG_CMDLINE_EDITING
    CONFIG_AUTO_COMPLETE
    CONFIG_SYS_LONGHELP
    CONFIG_SUPPORT_RAW_INITRD
    CONFIG_ENV_VARS_UBOOT_CONFIG

    Signed-off-by: Adam Ford
    [trini: Re-run the migration]
    Signed-off-by: Tom Rini

    Adam Ford
     

11 Feb, 2018

1 commit

  • On the NIOS2 and Xtensa architectures, we do not have
    CONFIG_SYS_TEXT_BASE set. This is a strict migration of the current
    values into the defconfig and removing them from the headers.

    I did not attempt to add more default values in and for now will leave
    that to maintainers.

    Signed-off-by: Tom Rini

    Tom Rini
     

10 Jan, 2018

1 commit

  • The following config symbols are only defined once and never referenced
    anywhere else:

    CONFIG_AP325RXA
    CONFIG_AP_SH4A_4A
    CONFIG_CPU_SH_TYPE_R
    CONFIG_ECOVEC
    CONFIG_ESPT
    CONFIG_MIGO_R
    CONFIG_MPR2
    CONFIG_MS7720SE
    CONFIG_MS7722SE
    CONFIG_MS7750SE
    CONFIG_R0P7734
    CONFIG_R2DPLUS
    CONFIG_RSK7203
    CONFIG_RSK7264
    CONFIG_RSK7269
    CONFIG_SH7752EVB
    CONFIG_SH7753EVB
    CONFIG_SH7757LCR
    CONFIG_SH7763RDP
    CONFIG_SH7785LCR

    Most of them are config symbols named after the respective boards which
    seems to have been a standard practice at some point.

    Signed-off-by: Tuomas Tynkkynen

    Tuomas Tynkkynen
     

21 Oct, 2017

1 commit

  • We add the various SMC91XX symbols to drivers/net/Kconfig and then this
    converts the following to Kconfig:
    CONFIG_SMC911X
    CONFIG_SMC911X_BASE
    CONFIG_SMC911X_16_BIT
    CONFIG_SMC911X_32_BIT

    Signed-off-by: Adam Ford
    [trini: Apply to the rest of the tree, re-squash old and new patch]
    Signed-off-by: Tom Rini

    Adam Ford
     

04 Sep, 2017

2 commits


15 Aug, 2017

1 commit


03 Aug, 2017

1 commit

  • Convert the SH Serial to Kconfig using tools/moveconfig.py tool
    and a bit of manual adjustment to cater for failed conversions.

    Signed-off-by: Marek Vasut
    Cc: Nobuhiro Iwamatsu
    Signed-off-by: Nobuhiro Iwamatsu

    Marek Vasut
     

26 Jul, 2017

1 commit


20 Mar, 2017

1 commit


03 Dec, 2016

2 commits


10 Jun, 2016

1 commit


26 Jun, 2015

1 commit


13 Nov, 2014

1 commit

  • This commit moves CONFIG_SH2, CONFIG_SH2A, CONFIG_SH3, CONFIG_SH4
    to Kconfig renaming into CONFIG_CPU_SH2, CONFIG_CPU_SH2A,
    CONFIG_CPU_SH3, CONFIG_CPU_SH4, respectively because
    arch/sh/Kconfig of Linux uses CONFIG_CPU_SH* convention.

    Signed-off-by: Masahiro Yamada
    Cc: Nobuhiro Iwamatsu
    Signed-off-by: Nobuhiro Iwamatsu

    Masahiro Yamada
     

08 Jan, 2014

3 commits


05 Nov, 2013

1 commit

  • The definitions for CONFIG_SYS_PROMPT are varied with little reason other
    than to display the board name. Over half the definitions are "==> ", so
    make this the default. The rest of the boards remain unchanged to avoid
    breaking any external scripts expecting a certain prompt.

    Signed-off-by: Rob Herring
    Reviewed-by: Fabio Estevam

    Rob Herring
     

17 Oct, 2013

1 commit


24 Jul, 2013

1 commit


28 May, 2012

1 commit

  • This is an sh2a device (max 266MHz) with FPU, video display
    controller (VDC), 8 serial ports, 4 I2C channels, 3 CAN ports,
    SD and on-chip USB.

    The RSK2+SH7269 board uses the SH7269 processor. It is often
    referred to as just rsk7269.

    Signed-off-by: Phil Edworthy
    Signed-off-by: Nobuhiro Iwamatsu

    Phil Edworthy