From 8564bc3e7295d7e38c26f271df2e5c45655e0bb5 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 24 Jun 2022 18:08:51 +0200 Subject: cleanup indention and remove trailing whitespaces in menu files Signed-off-by: Michael Olbrich --- platforms/architecture.in | 6 +++--- platforms/barebox.in | 30 +++++++++++++++--------------- platforms/grub.in | 8 ++++---- platforms/image-root-squashfs.in | 14 +++++++------- platforms/image_ipkg.in | 8 ++++---- platforms/platform.in | 4 ++-- platforms/tf-a.in | 22 +++++++++++----------- platforms/u-boot.in | 18 +++++++++--------- 8 files changed, 55 insertions(+), 55 deletions(-) (limited to 'platforms') diff --git a/platforms/architecture.in b/platforms/architecture.in index bc3f0c0db..10df8deb2 100644 --- a/platforms/architecture.in +++ b/platforms/architecture.in @@ -189,7 +189,7 @@ choice The compiler will generate code for Pentium II CPUs as default. This code will run on Pentium II and above CPUs. - config ARCH_X86_P3M + config ARCH_X86_P3M bool "PIII/M " help The compiler will generate code for Pentium III and Pentium M CPUs as default. @@ -216,10 +216,10 @@ config ARCH_LP64 # endianness # config ARCH_SUPPORTS_ENDIAN_BIG - bool + bool config ARCH_SUPPORTS_ENDIAN_LITTLE - bool + bool choice prompt "endianness " diff --git a/platforms/barebox.in b/platforms/barebox.in index 2a89df074..956da81f3 100644 --- a/platforms/barebox.in +++ b/platforms/barebox.in @@ -33,17 +33,17 @@ config BAREBOX_VERSION default "2016.08.0" config BAREBOX_CONFIG_BUILDSYSTEM_VERSION - prompt "add a buildsystem version to the barebox binary" - bool - help - When this option is enabled, the nv variable "nv.buildsystem_version" - in barebox is set to PTXCONF_BAREBOX_BUILDSYSTEM_VERSION. + prompt "add a buildsystem version to the barebox binary" + bool + help + When this option is enabled, the nv variable "nv.buildsystem_version" + in barebox is set to PTXCONF_BAREBOX_BUILDSYSTEM_VERSION. config BAREBOX_BUILDSYSTEM_VERSION - prompt "barebox buildsystem version" - depends on BAREBOX_CONFIG_BUILDSYSTEM_VERSION - string - default "${PTXDIST_VCS_VERSION}" + prompt "barebox buildsystem version" + depends on BAREBOX_CONFIG_BUILDSYSTEM_VERSION + string + default "${PTXDIST_VCS_VERSION}" config BAREBOX_MD5 prompt "barebox source md5sum" @@ -90,12 +90,12 @@ config BAREBOX_BAREBOXENV from the target Linux system. config BAREBOX_INSTALL_DTBS - prompt "install dtbs" - bool - help - Install barebox generated dtbs into the image directory. - These dtbs can, for example, be used when constructing a - FIP image for TF-A boot. + prompt "install dtbs" + bool + help + Install barebox generated dtbs into the image directory. + These dtbs can, for example, be used when constructing a + FIP image for TF-A boot. config BAREBOX_BAREBOXCRC32 prompt "install 'bareboxcrc32'" diff --git a/platforms/grub.in b/platforms/grub.in index 41e79b4ac..afa643d3a 100644 --- a/platforms/grub.in +++ b/platforms/grub.in @@ -185,25 +185,25 @@ config GRUB_3C509 bool prompt "3c509 network driver" help - enable 3Com509 driver + enable 3Com509 driver config GRUB_3C529 bool prompt "3c529 network driver" help - enable 3Com529 driver + enable 3Com529 driver config GRUB_3C595 bool prompt "3c595 network driver" help - enable 3Com595 driver + enable 3Com595 driver config GRUB_3C90X bool prompt "3c90x network driver" help - enable 3Com90x driver + enable 3Com90x driver menuconfig GRUB_CS89X0 bool diff --git a/platforms/image-root-squashfs.in b/platforms/image-root-squashfs.in index 4e5a75701..5fa94e34e 100644 --- a/platforms/image-root-squashfs.in +++ b/platforms/image-root-squashfs.in @@ -57,13 +57,13 @@ choice endchoice config IMAGE_ROOT_SQUASHFS_COMPRESSION_MODE - string - default "gzip" if IMAGE_ROOT_SQUASHFS_COMPRESSION_MODE_GZIP - default "lzma" if IMAGE_ROOT_SQUASHFS_COMPRESSION_MODE_LZMA - default "lzo" if IMAGE_ROOT_SQUASHFS_COMPRESSION_MODE_LZO - default "lz4" if IMAGE_ROOT_SQUASHFS_COMPRESSION_MODE_LZ4 - default "xz" if IMAGE_ROOT_SQUASHFS_COMPRESSION_MODE_XZ - default "zstd" if IMAGE_ROOT_SQUASHFS_COMPRESSION_MODE_ZSTD + string + default "gzip" if IMAGE_ROOT_SQUASHFS_COMPRESSION_MODE_GZIP + default "lzma" if IMAGE_ROOT_SQUASHFS_COMPRESSION_MODE_LZMA + default "lzo" if IMAGE_ROOT_SQUASHFS_COMPRESSION_MODE_LZO + default "lz4" if IMAGE_ROOT_SQUASHFS_COMPRESSION_MODE_LZ4 + default "xz" if IMAGE_ROOT_SQUASHFS_COMPRESSION_MODE_XZ + default "zstd" if IMAGE_ROOT_SQUASHFS_COMPRESSION_MODE_ZSTD config IMAGE_ROOT_SQUASHFS_BLOCK_SIZE string diff --git a/platforms/image_ipkg.in b/platforms/image_ipkg.in index dae4fe5b7..106a3cb77 100644 --- a/platforms/image_ipkg.in +++ b/platforms/image_ipkg.in @@ -8,9 +8,9 @@ config IMAGE_IPKG_PUSH_TO_REPOSITORY help If this option is checked the packet files are pushed to the ipkg-repository (to be specified in .ptxdistrc). - + Please note, that the ipkg-repository is currently a - local directory on your machine. + local directory on your machine. config IMAGE_IPKG_FORCED_PUSH depends on IMAGE_IPKG_PUSH_TO_REPOSITORY @@ -20,7 +20,7 @@ config IMAGE_IPKG_FORCED_PUSH Usually the script checks for some previous ipkg-push to a 'dist' release and requires you to delete a previous dist directory - + If this option is checked, this is done by default. This is most useful for development purposes. @@ -58,7 +58,7 @@ config IMAGE_INSTALL_FROM_IPKG_REPOSITORY help If this option is checked the packet files from the ipkg-repository are used to create the images - + Please note, that the ipkg-repository is currently a local directory on your machine. diff --git a/platforms/platform.in b/platforms/platform.in index afae05732..e58735c94 100644 --- a/platforms/platform.in +++ b/platforms/platform.in @@ -1,8 +1,8 @@ ## SECTION=platform_version config _platformconfig_MAGIC__ - bool - default y + bool + default y comment "------------------------------------" diff --git a/platforms/tf-a.in b/platforms/tf-a.in index 82df480ab..0a14bd8c4 100644 --- a/platforms/tf-a.in +++ b/platforms/tf-a.in @@ -30,9 +30,9 @@ config TF_A_MD5 prompt "TF-A source md5" config TF_A_ARCH_STRING - string - default "aarch32" if ARCH_ARM - default "aarch64" if ARCH_ARM64 + string + default "aarch32" if ARCH_ARM + default "aarch64" if ARCH_ARM64 choice prompt "TF-A Architecture" @@ -59,10 +59,10 @@ choice endchoice config TF_A_ARM_ARCH_MAJOR - int - default 7 if TF_A_ARM_ARCH_MAJOR_7 - default 8 if TF_A_ARM_ARCH_MAJOR_8_32_BIT - default 8 if TF_A_ARM_ARCH_MAJOR_8 + int + default 7 if TF_A_ARM_ARCH_MAJOR_7 + default 8 if TF_A_ARM_ARCH_MAJOR_8_32_BIT + default 8 if TF_A_ARM_ARCH_MAJOR_8 config TF_A_PLATFORMS @@ -138,10 +138,10 @@ choice TF_A_BL32_TSP_RAM_LOCATION endchoice config TF_A_BL32_TSP_RAM_LOCATION_STRING - string - default "tsram" if TF_A_BL32_TSP_RAM_LOCATION_TSRAM - default "tdram" if TF_A_BL32_TSP_RAM_LOCATION_TDRAM - default "dram" if TF_A_BL32_TSP_RAM_LOCATION_DRAM + string + default "tsram" if TF_A_BL32_TSP_RAM_LOCATION_TSRAM + default "tdram" if TF_A_BL32_TSP_RAM_LOCATION_TDRAM + default "dram" if TF_A_BL32_TSP_RAM_LOCATION_DRAM endif diff --git a/platforms/u-boot.in b/platforms/u-boot.in index 3b65ee14d..769237081 100644 --- a/platforms/u-boot.in +++ b/platforms/u-boot.in @@ -42,7 +42,7 @@ config U_BOOT_CONFIGSYSTEM_KCONFIG U-Boot from version 2014.10 uses Kconfig for configuring a target. Use this if you want to configure U-Boot inside the BSP, e.g. with menuconfig. - + NOTE: if you just want to use a defconfig, you can still use the legacy config system by using the name of a defconfig file from the "configs" folder as config target. @@ -232,17 +232,17 @@ config U_BOOT_INSTALL_U_BOOT_IMX prompt "install u-boot.imx" bool help - Installing the U-Boot image with imx header (u-boot.imx) into platform + Installing the U-Boot image with imx header (u-boot.imx) into platform image directory. Say yes if you are building for freescale i.MX SOCs and are not using SPL. config U_BOOT_INSTALL_U_BOOT_DTB_IMX - prompt "install u-boot-dtb.imx" - bool - help - Installing the U-Boot image with device tree support and imx header (u-boot-dtb.imx) - into platform image directory. Say yes if you are building for freescale i.MX SOCs - and are not using SPL. + prompt "install u-boot-dtb.imx" + bool + help + Installing the U-Boot image with device tree support and imx header (u-boot-dtb.imx) + into platform image directory. Say yes if you are building for freescale i.MX SOCs + and are not using SPL. config U_BOOT_INSTALL_U_BOOT_DTB prompt "install u-boot-dtb.bin" @@ -281,7 +281,7 @@ config U_BOOT_NEEDS_HOST_OPENSSL Newer host U-Boot tools can sign images and use OpenSSL for that. It is most probably needed if your board config does not disable CONFIG_TOOLS_LIBCRYPTO. - + Select this if you're unsure, as it won't hurt. It might just increase the build time, if no other package has host openssl selected. -- cgit v1.2.3