openssh: fix tab/spacing in init script
[buildroot-gz.git] / arch / Config.in.xtensa
blob60c03f5515f6f2d921f6e68013f4f8bb73113464
1 choice
2         prompt "Target Architecture Variant"
3         depends on BR2_xtensa
4         default BR2_xtensa_fsf
5 config BR2_XTENSA_CUSTOM
6         bool "Custom Xtensa processor configuration"
7 config BR2_xtensa_fsf
8         bool "fsf - Default configuration"
9 endchoice
11 config BR2_XTENSA_CUSTOM_NAME
12         string "Custom Xtensa processor configuration name"
13         depends on BR2_XTENSA_CUSTOM
14         default ""
15         help
16           Name given to a custom Xtensa processor configuration.
18 config BR2_XTENSA_CORE_NAME
19         string
20         default BR2_XTENSA_CUSTOM_NAME  if BR2_XTENSA_CUSTOM
21         default ""                      if BR2_xtensa_fsf
23 config BR2_XTENSA_OVERLAY_DIR
24         string "Overlay directory for custom configuration"
25         depends on BR2_XTENSA_CUSTOM
26         default ""
27         help
28           Provide the directory path that contains the overlay file
29           for a custom processor configuration. The path is relative
30           to the top directory of buildroot.
31           These overlay files are tar packages with updated configuration
32           files for various toolchain packages and Xtensa processor
33           configurations. They are provided by the processor vendor or
34           directly from Tensilica.
36 config BR2_ARCH
37         default "xtensa"        if BR2_xtensa