1. 10 Jun, 2020 1 commit
    • Palmer Dabbelt's avatar
      RISC-V: Sort select statements alphanumerically · e8c7ef7d
      Palmer Dabbelt authored
      Like patch b1b3f49c ("ARM: config: sort select statements alphanumerically")
      , we sort all our select statements alphanumerically by using the perl
      script in patch b1b3f49c as above.
      
      As suggested by Andrew Morton:
      
        This is a pet peeve of mine.  Any time there's a long list of items
        (header file inclusions, kconfig entries, array initalisers, etc) and
        someone wants to add a new item, they *always* go and stick it at the
        end of the list.
      
        Guys, don't do this.  Either put the new item into a randomly-chosen
        position or, probably better, alphanumerically sort the list.
      Suggested-by: default avatarZong Li <zong.li@sifive.com>
      [Palmer: Re-ran the script, as there were predictably a bunch of conflicts]
      Signed-off-by: default avatarPalmer Dabbelt <palmerdabbelt@google.com>
      e8c7ef7d
  2. 05 Jun, 2020 39 commits